home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / text0449.txt < prev    next >
Encoding:
Text File  |  1994-09-20  |  1.3 KB  |  27 lines

  1. > The problem is that as soon as you bring screen 1 to the front of screen 
  2. > 0 so that it is partly hiding screen 0, all other screens dissapear! Even 
  3. > though screen 1 is only 40 pixels in height! I need the screens to 
  4. > overlap to hide text updates happening on screen 0. Is this a problem in 
  5. > Blitz? A normal thing in intuition? Or me stuffing up? ;-)
  6.  
  7. Sorry..  Its an intuition problem..
  8.  
  9. Anything BELOW a screen is always blank...  Notice how if you open a screen
  10. of say, 40pixels high, it doesn't show Workbench or Blitz2 on the bottom
  11. half..  This is intuition at work..  It's a real pain.
  12.  
  13. You would have to use Blitz mode and slices to do what you want to do...
  14.  
  15.  - Paul
  16.  
  17. ----------------------------------------------------------------------------
  18. Paul Reece, Student & Network Assistant                               \\\///
  19. Claremont College - Tasmania, Australia                               d oo b   
  20.                                                                       | __ |
  21. preece@slick.clare.tased.edu.au, paul_ree@asgard.clare.tased.edu.au    \__/
  22. ----------------------------------------------------------------------------
  23. The opinions expressed herein are my own and not those of Claremont College!
  24. ----------------------------------------------------------------------------
  25.  
  26.  
  27.